-
Notifications
You must be signed in to change notification settings - Fork 32
✨ webserver api: add phone registration endpoints and expose user phone field in profile #8106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ webserver api: add phone registration endpoints and expose user phone field in profile #8106
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8106 +/- ##
==========================================
+ Coverage 88.08% 90.05% +1.97%
==========================================
Files 1832 1480 -352
Lines 70404 60827 -9577
Branches 1272 483 -789
==========================================
- Hits 62013 54778 -7235
+ Misses 8016 5927 -2089
+ Partials 375 122 -253
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…st with invalid code
|
odeimaiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
matusdrobuliak66
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍



What do these changes do?
This PR introduces new API features to support user phone number registration and begins integration with future 2FA workflows.
✨ Features
web-serverAPI to0.72.0phone(nullable) toget_my_profileresponsemy_phone_registermy_phone_resend(optional)my_phone_confirmWEBSERVER_DEV_FEATURES_ENABLED123456♻️ Refactoring
📌 Follow-up PR(s)
Related issue/s
How to test
Dev-ops
None